home *** CD-ROM | disk | FTP | other *** search
- Writes a line of text to a file opened with OPEN. (MacDOS only)
-
- WRITE fileID what
-
- fileID is the number returned by OPEN.
- The file can be closed with the command CLOSE.
- what is the line of text to be written into the file. Note that
- the text must be enclosed in double quotes if it contains
- spaces. WRITE appends a newline character (CR) to each line
- before writing it into the file.
-